home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-05 | 529 b | 42 lines | [TEXT/CWIE] |
- /***
- File: SendPartialDebugPrefix.h
-
-
- Contains: <contents>
-
-
- Written by: Ken Wieschhoff
-
-
- Copyright: ©1996 Siren Enterprises, All Rights Reserved.
-
-
- Change History (most recent first):
-
-
-
- <1> 9/5/96 kw Header file.
-
- ***/
-
-
-
- // Define all debugging symbols
- //#define Debug_Throw
- //#define Debug_Signal
-
- #if __profile__
-
- // profile threads
- #define THREAD_PROFILE 1
-
- #endif
-
- // Use PowerPlant-specific Precompiled header
-
- #ifdef powerc
- #include <PP_MacHeadersPPC>
- #else
- #include <PP_MacHeaders68K>
- #endif
-